Xbasic

A5.SYSTEM_COLORS_GET Function

Syntax

Color_List as C = A5.System_Colors_Get()

Description

Get the settable system color names.

Discussion

The A5.SYSTEM_COLORS_GET() method returns a list of system color aliases.

Example

? a5.System_Colors_Get()
= code_normal
code_pair
code_comment
code_function
code_invalid
code_dim
code_declare
code_def_function
code_def_class
code_string

See Also